home *** CD-ROM | disk | FTP | other *** search
- This program was donated by Kevin Hopkins <pkh@cs.nott.ac.uk>. To use it,
- you should change Makefile.in like this:
-
- * all-gnats and all-tools both reference delete-pr
- * add this rule:
-
- --
- delete-pr: delete-pr.sh Makefile
- sed -e 's,@GNATS_ROOT@,$(GNATS_ROOT),g' \
- -e 's,@LIBDIR@,$(libdir),g' $(srcdir)/delete-pr.sh > tmp-delete-pr
- mv tmp-delete-pr delete-pr
- chmod a+x delete-pr
- --
-
- * add it to the install target:
- $(INSTALL_PROGRAM) delete-pr $(bindir)
- chmod 755 $(bindir)/delete-pr
- * add it to the clean target
-
- This will probably become a part of the main GNATS system in a future release.
- Until then, please send all bug reports relating to it directly to Kevin.
-